home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / sstudio / readme.txt < prev    next >
Text File  |  1996-11-30  |  5KB  |  130 lines

  1. String Studio Add-In for Visual Basic 4.0
  2. Version 1.0 - Shareware
  3. Copyright (C) 1996, Samuel J. Prosser.
  4. All Rights Reserved.
  5.  
  6. Contact Samuel Prosser via Internet email at:     samuel_p@msn.com
  7.  
  8.  
  9. String Studio brings the power of C-like String Tables to Visual Basic, 
  10. and the ease of use of visual String, MsgBox, and InputBox editors, with 
  11. absolutely no manual coding required.  Visually create, edit, browse, 
  12. and organize every String, MsgBox, and InputBox in your project from 
  13. one location, or from your source code with the click of a button.
  14.  
  15. STRING STUDIO'S FEATURES:
  16. -------------------------
  17.  
  18. - Create, edit, browse, and manage all of your project's String 
  19. Constants, MsgBoxes, and InputBoxes from one central interface.  You 
  20. no longer have to search through your source code to find these items!
  21.  
  22. - Organize your project's String Constants, MsgBoxes, and InputBoxes 
  23. together into Groups of related types to aid in locating and managing 
  24. those items.  You can create, remove, and rename Groups.  You can 
  25. also import Groups from other projects, instead of recreating all of those 
  26. common Strings, MsgBoxes, and InputBoxes in every new project.
  27.  
  28. - PowerEdit!  Use PowerEdit to "automagically" insert the necessary 
  29. code into your code window.  Or, click the name of any item tracked by 
  30. String Studio right in your source code window, such as a MsgBox, and 
  31. then click the PowerEdit button-and bingo!  A visual MsgBox editor 
  32. opens with the contents of your MsgBox displayed and ready to Preview.  
  33. Make your changes, click OK, and bingo!  Your changes have been 
  34. saved.
  35.  
  36. - Encapsulates complicated MsgBox and InputBox calls so that your 
  37. source code does not show all those messy arguments and parameters.  
  38. Simplify your source code!
  39.  
  40. - Easily Duplicates and Converts items.  You can convert, for example, a 
  41. MsgBox into an InputBox, or an InputBox into a standard String 
  42. Constant, or whatever combination you desire.
  43.  
  44. - Flexible "Pipe Codes" allow you to easily insert any variable text into 
  45. your Strings, MsgBoxes, and InputBoxes so that variable information can 
  46. be displayed at run-time.
  47.  
  48. DISTRIBUTION NOTES:
  49. -------------------
  50.  
  51. Please distribute the original ZIP archive of String Studio only, which 
  52. should be called "SSTUDIO.ZIP".
  53.  
  54. Your archive should contain the following files:
  55.  
  56. FILE_ID.DIZ
  57. - Description file for System Administrators, SysOps, etc.
  58.  
  59. README.TXT  (Or "Read Me!.txt")
  60. - This file
  61.  
  62. SSTUDIO.DOC (Or "String Studio Manual.doc")
  63. - Manual viewable from Microsoft Word and WordPad.
  64.  
  65. SUPPORT.EXE (Or "Support Studio.exe")
  66. - Application support tool.  Use this for support, bug reports, etc.
  67.  
  68. SSTUDIO.EXE
  69. - String Studio
  70.  
  71. Please read this file for installation instructions.
  72.  
  73. REQUIREMENTS:
  74. -------------
  75.  
  76. String Studio requires an installed 32-bit version of Visual Basic 4.0.  
  77. Basically, if you're running a 32-bit version of Visual Basic, you have 
  78. everything you need.
  79.  
  80. String Studio runs best in resolutions higher than 640x480, such as 
  81. 800x600 and 1024x768.
  82.  
  83. INSTALLATION:
  84. -------------
  85.  
  86. After unzipping the String Studio archive into a directory on your 
  87. hardrive or to diskette, run the Setup application (SETUP.EXE) to install 
  88. it and follow the on-screen instructions.  Setup will install String Studio 
  89. into the directory of your choice and add shortcuts to your Start Menu for 
  90. its documentation and Support Studio.
  91.  
  92. String Studio will add itself to Visual Basic's list of available Add-Ins, 
  93. after which it will be available from Visual Basic's Add-In Manager.  
  94. Enabling it from Visual Basic's Add-In manager will add String Studio to 
  95. Visual Basic's Add-In menu itself.
  96.  
  97. If for some reason String Studio is removed from your list of available 
  98. Add-Ins, simply run String Studio itself (SSTUDIO.EXE) from Explorer, 
  99. the Run command-line, or from a DOS window, and it will add itself to 
  100. Visual Basic's list of available Add-Ins again.
  101.  
  102. You may UNINSTALL String Studio via the Add/Remove Control Panel.
  103.  
  104. INTERNATIONAL USERS:
  105. --------------------
  106.  
  107. String Studio was not officially tested on non-English or non-North 
  108. American versions of Windows, so no assessment can be made of its 
  109. fitness on these platforms.  There may be problems with code pages and 
  110. ASCII codes.
  111.  
  112. KNOWN ISSUES:
  113. -------------
  114.  
  115. - Visual Basic contains a bug that stops it from properly updating 
  116. the currently selected component in the Project Window.  Since 
  117. PowerEdit depends on Visual Basic's updating of this data 
  118. structure, you may sometimes get a message asking you to 
  119. open and select a code window before you use PowerEdit when 
  120. you do, in fact, have a code window open and selected.  The 
  121. only work around, currently, is to ensure that the proper 
  122. component is selected in your Project Window.  This will update 
  123. Visual Basic's internal data structures and pass the correct 
  124. values to String Studio.
  125.  
  126. - In Group Manager, if you rename the Group that is currently 
  127. open in the main window, that Tab will close.  Otherwise, there 
  128. is no known problems with renaming Groups.
  129.  
  130.